Playing with Apache Derby.

Apache Derby has two modes, Embedded Derby and Derby Network Server.’ Lets look at some code using both these modes. Let’s work on creating a class DerbyEmbeddedClient to demo the Embedded Derby mode. Application uses JDBC to converse with the Derby Engine directly. Once you load the derby engine in one JVM, any process in … Continue reading Playing with Apache Derby.